-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tools): implement single version policy generator #26437
base: master
Are you sure you want to change the base?
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 06505b5c50c6deedcb36b29417cf35b77da85cfc (build) |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1279 | 1309 | 5000 | |
Button | mount | 942 | 916 | 5000 | |
FluentProvider | mount | 1516 | 1489 | 5000 | |
FluentProviderWithTheme | mount | 581 | 587 | 10 | |
FluentProviderWithTheme | virtual-rerender | 542 | 549 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 583 | 568 | 10 | |
InfoButton | mount | 526 | 517 | 5000 | |
MakeStyles | mount | 1968 | 1941 | 50000 | |
Persona | mount | 2801 | 2793 | 5000 | |
SpinButton | mount | 2388 | 2315 | 5000 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 7c712f5:
|
🕵 fluentuiv8 No visual regressions between this PR and main |
Perf Analysis (
|
📊 Bundle size reportUnchanged fixtures
|
🕵 fluentuiv9 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 1197 | 1201 | 5000 | |
Breadcrumb | mount | 2789 | 2802 | 1000 | |
Checkbox | mount | 2653 | 2647 | 5000 | |
CheckboxBase | mount | 2351 | 2370 | 5000 | |
ChoiceGroup | mount | 4285 | 4262 | 5000 | |
ComboBox | mount | 1169 | 1170 | 1000 | |
CommandBar | mount | 9311 | 9230 | 1000 | |
ContextualMenu | mount | 10114 | 10149 | 1000 | |
DefaultButton | mount | 1377 | 1368 | 5000 | |
DetailsRow | mount | 3367 | 3352 | 5000 | |
DetailsRowFast | mount | 3367 | 3353 | 5000 | |
DetailsRowNoStyles | mount | 3223 | 3240 | 5000 | |
Dialog | mount | 2964 | 2979 | 1000 | |
DocumentCardTitle | mount | 580 | 574 | 1000 | |
Dropdown | mount | 3132 | 3175 | 5000 | |
FocusTrapZone | mount | 1956 | 1997 | 5000 | |
FocusZone | mount | 2005 | 1959 | 5000 | |
GroupedList | mount | 1855 | 2036 | 2 | |
GroupedList | virtual-rerender | 1088 | 1088 | 2 | |
GroupedList | virtual-rerender-with-unmount | 1593 | 1596 | 2 | |
GroupedListV2 | mount | 561 | 564 | 2 | |
GroupedListV2 | virtual-rerender | 553 | 549 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 567 | 565 | 2 | |
IconButton | mount | 1802 | 1807 | 5000 | |
Label | mount | 737 | 744 | 5000 | |
Layer | mount | 4174 | 4209 | 5000 | |
Link | mount | 853 | 839 | 5000 | |
MenuButton | mount | 1626 | 1605 | 5000 | |
MessageBar | mount | 2322 | 2327 | 5000 | |
Nav | mount | 3047 | 3072 | 1000 | |
OverflowSet | mount | 1410 | 1431 | 5000 | |
Panel | mount | 2487 | 2496 | 1000 | |
Persona | mount | 1312 | 1275 | 1000 | |
Pivot | mount | 1489 | 1508 | 1000 | |
PrimaryButton | mount | 1501 | 1490 | 5000 | |
Rating | mount | 6927 | 6967 | 5000 | |
SearchBox | mount | 1519 | 1500 | 5000 | |
Shimmer | mount | 2940 | 2925 | 5000 | |
Slider | mount | 2138 | 2119 | 5000 | |
SpinButton | mount | 4261 | 4314 | 5000 | |
Spinner | mount | 839 | 832 | 5000 | |
SplitButton | mount | 2862 | 2862 | 5000 | |
Stack | mount | 872 | 867 | 5000 | |
StackWithIntrinsicChildren | mount | 2255 | 2247 | 5000 | |
StackWithTextChildren | mount | 4942 | 4922 | 5000 | |
SwatchColorPicker | mount | 9388 | 9424 | 5000 | |
TagPicker | mount | 2326 | 2329 | 5000 | |
TeachingBubble | mount | 76075 | 76156 | 5000 | |
Text | mount | 814 | 808 | 5000 | |
TextField | mount | 1546 | 1550 | 5000 | |
ThemeProvider | mount | 1444 | 1444 | 5000 | |
ThemeProvider | virtual-rerender | 1141 | 1148 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 2006 | 2011 | 5000 | |
Toggle | mount | 1138 | 1134 | 5000 | |
buttonNative | mount | 537 | 537 | 5000 |
🕵 FluentUI-v0 No visual regressions between this PR and main |
Because this pull request has not had activity for over 150 days, we're automatically closing it for house-keeping purposes. The pull request will still be available for reference. If it's still relevant to merge at some point, you can reopen or make a new version based on the latest code. |
Previous Behavior
New Behavior
Related Issue(s)